-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed DVUploader URL #8852
Fixed DVUploader URL #8852
Conversation
@shlake thanks for the pull request! 🎉 We can see a preview of the pages you changed here: |
@@ -102,9 +102,9 @@ Please note that there is a Java library for Dataverse Software APIs listed in t | |||
DVUploader | |||
~~~~~~~~~~ | |||
|
|||
The open-source DVUploader tool is a stand-alone command-line Java application that uses the Dataverse Software API to upload files to a specified Dataset. Files can be specified by name, or the DVUploader can upload all files in a directory or recursively from a directory tree. The DVUploader can also verify that uploaded files match their local sources by comparing the local and remote fixity checksums. Source code, release 1.0.0- jar file, and documentation are available on GitHub. DVUploader's creation was supported by the Texas Digital Library. | |||
The open-source DVUploader tool is a stand-alone command-line Java application that uses the Dataverse Software API to upload files to a specified Dataset. Files can be specified by name, or the DVUploader can upload all files in a directory or recursively from a directory tree. The DVUploader can also verify that uploaded files match their local sources by comparing the local and remote fixity checksums. Source code, release 1.0.9- jar file, and documentation are available on GitHub. DVUploader's creation was supported by the Texas Digital Library. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.1.0 is out - I updated the wiki. Perhaps just removing the version here would be easier?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@qqmyers Easy to remove the version here in "apps", but there is an example in the User Guide. How should that be handled (i.e., with versions)?
https://dataverse-guide--8852.org.readthedocs.build/en/8852/user/dataset-management.html
@@ -129,15 +129,15 @@ The open-source DVUploader tool is a stand-alone command-line Java application t | |||
Usage | |||
~~~~~ | |||
|
|||
The DVUploader is open source and is available as source, as a Java jar, and with documentation at https://github.com/IQSS/dataverse-uploader. The DVUploader requires Java 1.8+. Users will need to install Java if they don't already have it and then download the DVUploader-v1.0.0.jar file. Users will need to know the URL of the Dataverse installation, the DOI of their existing dataset, and have generated an API Key for the Dataverse installation (an option in the user's profile menu). | |||
The DVUploader is open source and is available as source, as a Java jar, and with documentation at https://github.com/GlobalDataverseCommunityConsortium/dataverse-uploader. The DVUploader requires Java 1.8+. Users will need to install Java if they don't already have it and then download the DVUploader-v1.0.9.jar file. Users will need to know the URL of the Dataverse installation, the DOI of their existing dataset, and have generated an API Key for the Dataverse installation (an option in the user's profile menu). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here - if we can get rid of the version, great, if not it should be 1.1.0 now (probably due for another update in the next few months).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, good idea. It can probably just say, "download the DVUploader jar file" without specifying a version. And then use a *
in the java -jar
line below (see my suggested fix).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions for getting rid of the version.
@@ -129,15 +129,15 @@ The open-source DVUploader tool is a stand-alone command-line Java application t | |||
Usage | |||
~~~~~ | |||
|
|||
The DVUploader is open source and is available as source, as a Java jar, and with documentation at https://github.com/IQSS/dataverse-uploader. The DVUploader requires Java 1.8+. Users will need to install Java if they don't already have it and then download the DVUploader-v1.0.0.jar file. Users will need to know the URL of the Dataverse installation, the DOI of their existing dataset, and have generated an API Key for the Dataverse installation (an option in the user's profile menu). | |||
The DVUploader is open source and is available as source, as a Java jar, and with documentation at https://github.com/GlobalDataverseCommunityConsortium/dataverse-uploader. The DVUploader requires Java 1.8+. Users will need to install Java if they don't already have it and then download the DVUploader-v1.0.9.jar file. Users will need to know the URL of the Dataverse installation, the DOI of their existing dataset, and have generated an API Key for the Dataverse installation (an option in the user's profile menu). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, good idea. It can probably just say, "download the DVUploader jar file" without specifying a version. And then use a *
in the java -jar
line below (see my suggested fix).
Co-authored-by: Philip Durbin <philipdurbin@gmail.com>
made version "general" - "latest release"
set version as "latest release"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. The links are fixed.
Note that we're now using a shell in the java -jar
command so that we don't have to maintain the version number for DVUploader. The version has also been changed to "the latest" in the text.
PR to close #8851
Also updated the java version that is displayed in the guides it is now V1.0.9 (according to the wiki download link).
https://github.com/GlobalDataverseCommunityConsortium/dataverse-uploader/wiki/DVUploader,-a-Command-line-Bulk-Uploader-for-Dataverse